Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.ecm.platform.routing.dashboard.layouts--doctype

This contribution is part of XML component org.nuxeo.ecm.platform.routing.dashboard.layouts inside nuxeo-platform-document-routing-dashboard-5.8.jar

Extension Point

Extension point doctype of component TypeService.

Contributed Items

  • <doctype extends="Document" name="user_open_tasks_cv">
          <facet name="ContentViewDisplay"/>
          <schema name="user_open_tasks_cv"/>
        </doctype>

XML Source

<extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">
    <doctype extends="Document" name="user_open_tasks_cv">
      <facet name="ContentViewDisplay"/>
      <schema name="user_open_tasks_cv"/>
    </doctype>
  </extension>